home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / lyd.cst / 00034_Script_show clapper < prev    next >
Text File  |  2000-04-18  |  261b  |  14 lines

  1. on mouseWithin me
  2.   set the loch of sprite 21 to the loch of sprite (the spriteNum of me)-20
  3.   set the visible of sprite 21 to 1
  4. end
  5.  
  6. on mouseLeave me
  7.   set the visible of sprite 21 to 0
  8. end
  9.  
  10. on mouseDown me
  11.   set the blend of sprite 21 to 30
  12. end
  13.  
  14.